home *** CD-ROM | disk | FTP | other *** search
- object GrafForm: TGrafForm
- Left = 317
- Top = 212
- HelpContext = 33
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'K�ivky dan� parametrick�mi rovnicemi'
- ClientHeight = 179
- ClientWidth = 312
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object OsaXLabel: TLabel
- Left = 8
- Top = 133
- Width = 30
- Height = 13
- Caption = 'Osa x:'
- end
- object RovniceLabel: TLabel
- Left = 8
- Top = 115
- Width = 135
- Height = 13
- Caption = 'Parametrick� rovnice k�ivky:'
- end
- object OsaYLabel: TLabel
- Left = 8
- Top = 153
- Width = 30
- Height = 13
- Caption = 'Osa y:'
- end
- object KrivkaListBox: TListBox
- Left = 8
- Top = 8
- Width = 217
- Height = 100
- ItemHeight = 13
- TabOrder = 0
- OnClick = KrivkaListBoxClick
- end
- object OkButton: TButton
- Left = 236
- Top = 49
- Width = 67
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OkButtonClick
- end
- object xST: TStaticText
- Left = 48
- Top = 132
- Width = 256
- Height = 17
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 2
- end
- object yST: TStaticText
- Left = 48
- Top = 152
- Width = 256
- Height = 17
- AutoSize = False
- BorderStyle = sbsSunken
- TabOrder = 3
- end
- object ZrusitButton: TButton
- Left = 236
- Top = 83
- Width = 67
- Height = 25
- Caption = '&Zru�it'
- ModalResult = 2
- TabOrder = 4
- end
- end
-